home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / ezl1_0.lha / PutMail3.lha / PutMail.history < prev   
Text File  |  1995-06-03  |  4KB  |  160 lines

  1.  
  2. Version 1.22
  3.  
  4. Added HOME to command line.  Partly so that you don't need to use
  5. the HOME env var but mainly to handle multiple AmiTCP users nicely.
  6. Results in correct header, signature & EMail address being used.
  7.  
  8.  
  9. Version 1.21
  10.  
  11. Can now get your EMailAddr from HOME:.EMailAddr which means
  12. no env var and can handle multiple AmiTCP users nicely.
  13.  
  14.  
  15. Version 1.20
  16.  
  17. Fixed a bug that cause the location of the To: field to fail.
  18.  
  19. Many thanks to Giovanni ggntgv01@cidoc.iuav.unive.it for advising
  20. me of this problem and therefore helping to improve PutMail.
  21.  
  22.  
  23. Version 1.19
  24.  
  25. Extended results still not bullet proof :-(
  26. Have now rewritten this code, it's smaller, faster & works!
  27.  
  28. Thank you all for putting up with my incompetence (blush).
  29.  
  30. Many thanks to Dwight dclong@databank.com and garryh@innotts.co.uk
  31. for advising me of this problem and therefore helping to improve PutMail.
  32.  
  33.  
  34. Version 1.18
  35.  
  36. My processing of extended results did not handle all situations.
  37. Have now resolved this and it should be very reliable.
  38.  
  39. Many thanks to Ray raybro@q.continuum.net and Dwight dclong@databank.com
  40. for advising me of this problem and therefore helping to improve PutMail.
  41.  
  42.  
  43. Version 1.17
  44.  
  45. You now no longer need to define the SMTPHost as an argument
  46. or even an environmental variable.  You can place an entry in
  47. the AmiTCP:db/hosts file with an alias of SMTPHost instead.
  48.  
  49. Many thanks to Michael mikey@scinter.AFTAC.GOV for advising me
  50. how to do this and therefore helping to improve PutMail.
  51.  
  52.  
  53. Version 1.16
  54.  
  55. PutMail now correctly handles both forms of address specification.
  56. eg1: To: mlanza@southern.co.nz
  57. eg2: To: Martin Lanza <mlanza@southern.co.nz>
  58.  
  59. Many thanks to Andy xyzzy@cybernetics.net for advising me of this
  60. problem and therefore helping to improve PutMail.
  61.  
  62.  
  63. Version 1.15
  64.  
  65. Wow!  Finally found that dam Enforcer Hit!
  66. Documentation upgraded.
  67.  
  68.  
  69. Version 1.14
  70.  
  71. The following modifications were made to conform to RFC 822.
  72. The field name SMTPClient now changed to X-SMTPClient.
  73. The Day name abbreviated to three characters.
  74. Removed hyphen's '-' in the date.
  75.  
  76. Many thanks to Simon simes@amdev.demo.co.uk for advising me of these
  77. problems and therefore helping to improve PutMail.
  78.  
  79. Also, now deleting the temporary mail file after successfull transmission.
  80.  
  81.  
  82. Version 1.13
  83.  
  84. The temporary file name was getting far too long, now fixed.
  85.  
  86. Many thanks to Arni (afj@rhi.hi.is) for advising me of this
  87. problem and therefore helping to improve PutMail.
  88.  
  89.  
  90. Version 1.12
  91.  
  92. Minor enhancements, reduce static variable usage,
  93. put comma's into the mail msg for multiple addresses.
  94.  
  95.  
  96. Version 1.11
  97.  
  98. Silly me, the message header was wrong when you specify multiple
  99. destinations on the command line :-(
  100.  
  101.  
  102. Version 1.10
  103.  
  104. Fixed spelling mistakes.
  105.  
  106. Many thanks to Bob (bdevries@gil.ipswichctiy.qld.gov.au) for advising
  107. me of this problem and therefore helping to improve PutMail.
  108.  
  109. The location of the header and signature files is now obtained from the
  110. directory stored in the environmental variable 'HOME'.
  111.  
  112.  
  113. Version 1.9
  114.  
  115. The "To" argument is now optional.  If not supplied PutMail will locate
  116. the "To" address from within your mail file.
  117.  
  118. Many people requested this feature, thanks to you all :-)
  119.  
  120.  
  121. Version 1.8
  122.  
  123. Found that PetMail was under some circumstances setting the result code 2
  124. value when it shouldn't have.  Solutions seems to be make sure you call
  125. IoErr() after Dos GetVar calls and then SetIoErr(), curious!
  126.  
  127.  
  128. Version 1.7
  129.  
  130. Modified to detect "Sendmail 8.6.11/8.6.9" as it sends an illegal
  131. extended response to the initial connection (yuck!).
  132.  
  133. Many thanks to Steve (stevejc@netspace.net.au) for advising me of this
  134. issue and therefore helping to improve PutMail.
  135.  
  136.  
  137. Version 1.6
  138.  
  139. Modified for MLink which has no AmiTCP:db/passwd file.
  140. Now uses HOME: assign and does not put the full user name into
  141. the From: line of the header (only when used with MLink).
  142.  
  143. Many thanks to Mike (mhatch@gate.net) for advising me of this
  144. problem and therefore helping to improve PutMail.
  145.  
  146.  
  147. Version 1.5
  148.  
  149. Not handling LONG initial connect responses correctly.
  150.  
  151. Many thanks to Steve (stevejc@netspace.net.au) for advising me of this
  152. problem and therefore helping to improve PutMail.
  153.  
  154.  
  155. Version 1.4
  156.  
  157. First public release of PutMail!
  158.  
  159.  
  160.